home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / HyperMail102.lha / HyperMail / README < prev    next >
Text File  |  1995-06-18  |  2KB  |  67 lines

  1. README for Hypermail
  2. ~~~~~~~~~~~~~~~~~~~~
  3.  
  4.     Thanks for grabbing Hypermail! To compile this for your
  5. system:
  6.  
  7.     1) Edit the default variables in "config.h" to your liking.
  8.     2) Type "make".
  9.  
  10.     If you want to install the binary and man page:
  11.  
  12.     1) Edit the BINDIR and MANDIR paths for your system in
  13.        the Makefile. Make sure you have the permissions to
  14.        write in these directories.
  15.     2) Type "make install". If you're compiling on a DEC Alpha
  16.            machine, type "make install.alpha".
  17.  
  18.     A small CGI program, "mail", is included with this source
  19. for you to use with Hypermail. To compile and install it:
  20.  
  21.     1) Edit the MAILCOMMAND variable in "config.h" to tailor
  22.        how your mailer program will be called.
  23.     2) Edit the Makefile and change the variable CGIDIR to
  24.        point to the directory that holds your site's CGI programs.
  25.     3) Type "make mail" to compile the mail program.
  26.     4) Type "make mail.install" to install the program in your
  27.        CGI directory. If you're compiling on a DEC Alpha machine,
  28.        type "make mail.install.alpha".
  29.  
  30.     To install the HTML documentation:
  31.  
  32.     1) Edit the Makefile and change HTMLDIR to point to the
  33.        directory in which you want the documentation.
  34.     2) Type "make html.install". You should be able to view the
  35.        HTML documentation using any World-Wide Web browser. If you've
  36.        compiled on a DEC Alpha machine, type "make html.install.alpha".
  37.  
  38. The latest, most up-to-date Hypermail documentation can be found at:
  39.  
  40.     http://www.eit.com/software/hypermail/hypermail.html
  41.  
  42.     This code has compiled successfully with cc under:
  43.  
  44.     * SunOS 4.1.3
  45.     * IRIX 5.2
  46.     * Solaris 2.3
  47.     * OSF/1 2.0
  48.  
  49.     ...and is not guaranteed to compile under other environments.
  50. If you have been able to compile Hypermail on different systems, please
  51. let me know. You can send all bug reports, feature requests, patches,
  52. and other program-related things to me as well.
  53.     You'll find the image "hypermail.gif" included with the source;
  54. this icon is for you to use in your Hypermail-related pages and links
  55. to them.
  56.     Documentation on the Common Lisp version of Hypermail can be
  57. found at:
  58.  
  59.     http://gummo.stanford.edu/html/hypermail/hypermail.html
  60.  
  61.     Bug reports and comments regarding the Lisp version should be
  62. sent to Tom Gruber at ksl@stanford.edu.
  63.  
  64.     -- Kevin Hughes
  65.            kevinh@eit.com
  66.            8/1/94
  67.